﻿2026-07-06T05:02:08.9598665Z Current runner version: '2.335.1'
2026-07-06T05:02:08.9603315Z Runner name: 'kitsubito'
2026-07-06T05:02:08.9603822Z Runner group name: 'Default'
2026-07-06T05:02:08.9604460Z Machine name: 'KITSUBITO'
2026-07-06T05:02:08.9606291Z ##[group]GITHUB_TOKEN Permissions
2026-07-06T05:02:08.9608060Z Contents: read
2026-07-06T05:02:08.9608442Z Metadata: read
2026-07-06T05:02:08.9608804Z Packages: read
2026-07-06T05:02:08.9609248Z ##[endgroup]
2026-07-06T05:02:08.9610862Z Secret source: Actions
2026-07-06T05:02:08.9611351Z Prepare workflow directory
2026-07-06T05:02:08.9971343Z Prepare all required actions
2026-07-06T05:02:09.0010974Z Getting action download info
2026-07-06T05:02:09.3550115Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-06T05:02:09.8900757Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-06T05:02:09.9780483Z ##[group]Run actions/checkout@v5
2026-07-06T05:02:09.9781214Z with:
2026-07-06T05:02:09.9781553Z   fetch-depth: 0
2026-07-06T05:02:09.9781962Z   repository: SaberMage/spt-core
2026-07-06T05:02:09.9784773Z   token: ***
2026-07-06T05:02:09.9785126Z   ssh-strict: true
2026-07-06T05:02:09.9785473Z   ssh-user: git
2026-07-06T05:02:09.9785840Z   persist-credentials: true
2026-07-06T05:02:09.9786229Z   clean: true
2026-07-06T05:02:09.9786583Z   sparse-checkout-cone-mode: true
2026-07-06T05:02:09.9786984Z   fetch-tags: false
2026-07-06T05:02:09.9787342Z   show-progress: true
2026-07-06T05:02:09.9787688Z   lfs: false
2026-07-06T05:02:09.9788025Z   submodules: false
2026-07-06T05:02:09.9788383Z   set-safe-directory: true
2026-07-06T05:02:09.9789040Z ##[endgroup]
2026-07-06T05:02:10.0609193Z Syncing repository: SaberMage/spt-core
2026-07-06T05:02:10.0611104Z ##[group]Getting Git version info
2026-07-06T05:02:10.0611863Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-06T05:02:10.0612908Z [command]/usr/bin/git version
2026-07-06T05:02:10.0625196Z git version 2.43.0
2026-07-06T05:02:10.0645456Z ##[endgroup]
2026-07-06T05:02:10.0659862Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f0b2075f-b08a-4f8a-bfff-fd0e9016a7ee' before making global git config changes
2026-07-06T05:02:10.0661294Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:02:10.0664283Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T05:02:10.0699183Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-06T05:02:10.0722738Z https://github.com/SaberMage/spt-core
2026-07-06T05:02:10.0733755Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T05:02:10.0736769Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T05:02:10.0760804Z HEAD
2026-07-06T05:02:10.0792336Z ##[endgroup]
2026-07-06T05:02:10.0793071Z [command]/usr/bin/git submodule status
2026-07-06T05:02:10.0975851Z ##[group]Cleaning the repository
2026-07-06T05:02:10.0978261Z [command]/usr/bin/git clean -ffdx
2026-07-06T05:02:10.1007412Z Removing traceable-reqs
2026-07-06T05:02:10.1013194Z [command]/usr/bin/git reset --hard HEAD
2026-07-06T05:02:10.1064702Z HEAD is now at 09deb8eba Merge 600f242fcfbf0e52a2b6199bd7d50939032ff445 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:02:10.1070407Z ##[endgroup]
2026-07-06T05:02:10.1072145Z ##[group]Disabling automatic garbage collection
2026-07-06T05:02:10.1074996Z [command]/usr/bin/git config --local gc.auto 0
2026-07-06T05:02:10.1098139Z ##[endgroup]
2026-07-06T05:02:10.1098792Z ##[group]Setting up auth
2026-07-06T05:02:10.1103420Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:02:10.1128140Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-06T05:02:10.1315553Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:02:10.1341596Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-06T05:02:10.1539425Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:02:10.1563131Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T05:02:10.1750452Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-06T05:02:10.1780393Z ##[endgroup]
2026-07-06T05:02:10.1781236Z ##[group]Fetching the repository
2026-07-06T05:02:10.1787739Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +09deb8ebaed6d4fb12a70cbb8c352599fb296654:refs/remotes/pull/52/merge
2026-07-06T05:02:11.1521617Z From https://github.com/SaberMage/spt-core
2026-07-06T05:02:11.1522479Z  * [new branch]          remote-truth -> origin/remote-truth
2026-07-06T05:02:11.1560432Z ##[endgroup]
2026-07-06T05:02:11.1561233Z ##[group]Determining the checkout info
2026-07-06T05:02:11.1562124Z ##[endgroup]
2026-07-06T05:02:11.1565680Z [command]/usr/bin/git sparse-checkout disable
2026-07-06T05:02:11.1603360Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-06T05:02:11.1624819Z ##[group]Checking out the ref
2026-07-06T05:02:11.1626899Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T05:02:11.1679152Z HEAD is now at 09deb8eba Merge 600f242fcfbf0e52a2b6199bd7d50939032ff445 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:02:11.1683994Z ##[endgroup]
2026-07-06T05:02:11.1721297Z [command]/usr/bin/git log -1 --format=%H
2026-07-06T05:02:11.1747286Z 09deb8ebaed6d4fb12a70cbb8c352599fb296654
2026-07-06T05:02:11.1925928Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-06T05:02:11.1926772Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-06T05:02:11.1942914Z shell: /usr/bin/bash -e {0}
2026-07-06T05:02:11.1943377Z ##[endgroup]
2026-07-06T05:02:11.2052932Z ##[group]Run set -euo pipefail
2026-07-06T05:02:11.2053489Z [36;1mset -euo pipefail[0m
2026-07-06T05:02:11.2053912Z [36;1mPIN=0c95435[0m
2026-07-06T05:02:11.2054316Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-06T05:02:11.2054803Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-06T05:02:11.2055429Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-06T05:02:11.2056208Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-06T05:02:11.2056996Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-06T05:02:11.2057635Z [36;1m  rm -rf "$CACHE"[0m
2026-07-06T05:02:11.2058106Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-06T05:02:11.2058620Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-06T05:02:11.2059319Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-06T05:02:11.2059992Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-06T05:02:11.2060483Z [36;1mfi[0m
2026-07-06T05:02:11.2061021Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-06T05:02:11.2075347Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-06T05:02:11.2075900Z env:
2026-07-06T05:02:11.2076295Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-06T05:02:11.2076748Z ##[endgroup]
2026-07-06T05:02:11.5210224Z    Compiling proc-macro2 v1.0.106
2026-07-06T05:02:11.5211127Z    Compiling quote v1.0.45
2026-07-06T05:02:11.5211752Z    Compiling unicode-ident v1.0.24
2026-07-06T05:02:11.5212424Z    Compiling libc v0.2.186
2026-07-06T05:02:11.5213029Z    Compiling serde_core v1.0.228
2026-07-06T05:02:11.5214120Z    Compiling cfg-if v1.0.4
2026-07-06T05:02:11.5214740Z    Compiling serde v1.0.228
2026-07-06T05:02:11.5215375Z    Compiling log v0.4.32
2026-07-06T05:02:11.5279911Z    Compiling pin-project-lite v0.2.17
2026-07-06T05:02:11.5327432Z    Compiling typenum v1.20.1
2026-07-06T05:02:11.5377576Z    Compiling portable-atomic v1.13.1
2026-07-06T05:02:11.5466691Z    Compiling version_check v0.9.5
2026-07-06T05:02:11.5509497Z    Compiling memchr v2.8.1
2026-07-06T05:02:11.5510527Z    Compiling find-msvc-tools v0.1.9
2026-07-06T05:02:11.5511322Z    Compiling critical-section v1.2.0
2026-07-06T05:02:11.6262438Z    Compiling shlex v2.0.1
2026-07-06T05:02:11.6512611Z    Compiling futures-core v0.3.32
2026-07-06T05:02:11.6791708Z    Compiling subtle v2.6.1
2026-07-06T05:02:11.7102734Z    Compiling bytes v1.11.1
2026-07-06T05:02:11.7771017Z    Compiling equivalent v1.0.2
2026-07-06T05:02:11.8156861Z    Compiling smallvec v1.15.1
2026-07-06T05:02:11.8286069Z    Compiling itoa v1.0.18
2026-07-06T05:02:11.8543920Z    Compiling semver v1.0.28
2026-07-06T05:02:11.8922104Z    Compiling stable_deref_trait v1.2.1
2026-07-06T05:02:11.9183300Z    Compiling futures-sink v0.3.32
2026-07-06T05:02:11.9632457Z    Compiling futures-io v0.3.32
2026-07-06T05:02:11.9811569Z    Compiling slab v0.4.12
2026-07-06T05:02:11.9815568Z    Compiling generic-array v0.14.7
2026-07-06T05:02:11.9816975Z    Compiling futures-channel v0.3.32
2026-07-06T05:02:12.0002230Z    Compiling futures-task v0.3.32
2026-07-06T05:02:12.0504294Z    Compiling rand_core v0.10.1
2026-07-06T05:02:12.1503388Z    Compiling rustversion v1.0.22
2026-07-06T05:02:12.1617737Z    Compiling rustc_version v0.4.1
2026-07-06T05:02:12.1982485Z    Compiling hashbrown v0.17.1
2026-07-06T05:02:12.2211448Z    Compiling bitflags v2.12.1
2026-07-06T05:02:12.2272184Z    Compiling getrandom v0.4.2
2026-07-06T05:02:12.2508798Z    Compiling cpufeatures v0.2.17
2026-07-06T05:02:12.2631947Z    Compiling fnv v1.0.7
2026-07-06T05:02:12.2891963Z    Compiling strsim v0.11.1
2026-07-06T05:02:12.2971638Z    Compiling cfg_aliases v0.2.1
2026-07-06T05:02:12.3358273Z    Compiling litemap v0.8.2
2026-07-06T05:02:12.3591667Z    Compiling writeable v0.6.3
2026-07-06T05:02:12.3969362Z    Compiling dunce v1.0.5
2026-07-06T05:02:12.5281915Z    Compiling fs_extra v1.3.0
2026-07-06T05:02:12.5384349Z    Compiling ident_case v1.0.1
2026-07-06T05:02:12.5603601Z    Compiling utf8_iter v1.0.4
2026-07-06T05:02:12.5708392Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T05:02:12.5856216Z    Compiling icu_properties_data v2.2.0
2026-07-06T05:02:12.5921690Z    Compiling percent-encoding v2.3.2
2026-07-06T05:02:12.6750929Z    Compiling autocfg v1.5.1
2026-07-06T05:02:12.7454931Z    Compiling http v1.4.1
2026-07-06T05:02:12.8581518Z    Compiling aws-lc-rs v1.17.0
2026-07-06T05:02:12.8623300Z    Compiling unicode-segmentation v1.13.3
2026-07-06T05:02:12.8721221Z    Compiling thiserror v2.0.18
2026-07-06T05:02:12.8812414Z    Compiling cpufeatures v0.3.0
2026-07-06T05:02:12.9021278Z    Compiling scopeguard v1.2.0
2026-07-06T05:02:12.9461317Z    Compiling chacha20 v0.10.0
2026-07-06T05:02:12.9920994Z    Compiling lock_api v0.4.14
2026-07-06T05:02:13.0681821Z    Compiling form_urlencoded v1.2.2
2026-07-06T05:02:13.1471237Z    Compiling indexmap v2.14.0
2026-07-06T05:02:13.1791812Z    Compiling untrusted v0.9.0
2026-07-06T05:02:13.2401050Z    Compiling syn v2.0.117
2026-07-06T05:02:13.2961400Z    Compiling rustls v0.23.40
2026-07-06T05:02:13.3191758Z    Compiling heck v0.5.0
2026-07-06T05:02:13.3301467Z    Compiling anyhow v1.0.102
2026-07-06T05:02:13.3410364Z    Compiling const-oid v0.10.2
2026-07-06T05:02:13.3412491Z    Compiling atomic-waker v1.1.2
2026-07-06T05:02:13.3413664Z    Compiling unicode-xid v0.2.6
2026-07-06T05:02:13.3414491Z    Compiling httparse v1.10.1
2026-07-06T05:02:13.3690801Z    Compiling parking_lot_core v0.9.12
2026-07-06T05:02:13.4498865Z    Compiling convert_case v0.10.0
2026-07-06T05:02:13.4800450Z    Compiling paste v1.0.15
2026-07-06T05:02:13.4990992Z    Compiling zerocopy v0.8.50
2026-07-06T05:02:13.5431245Z    Compiling num-traits v0.2.19
2026-07-06T05:02:13.5630913Z    Compiling hybrid-array v0.4.12
2026-07-06T05:02:13.5921319Z    Compiling curve25519-dalek v4.1.3
2026-07-06T05:02:13.6911126Z    Compiling jobserver v0.1.34
2026-07-06T05:02:13.8281196Z    Compiling crypto-common v0.1.7
2026-07-06T05:02:13.8471556Z    Compiling block-buffer v0.10.4
2026-07-06T05:02:13.8560755Z    Compiling ahash v0.8.12
2026-07-06T05:02:13.8645256Z    Compiling either v1.16.0
2026-07-06T05:02:13.8772937Z    Compiling base64ct v1.8.3
2026-07-06T05:02:13.8870852Z    Compiling powerfmt v0.2.0
2026-07-06T05:02:13.9627152Z    Compiling digest v0.10.7
2026-07-06T05:02:13.9772169Z    Compiling fastrand v2.4.1
2026-07-06T05:02:14.0422170Z    Compiling cc v1.2.63
2026-07-06T05:02:14.1238568Z    Compiling http-body v1.0.1
2026-07-06T05:02:14.1881067Z    Compiling deranged v0.5.8
2026-07-06T05:02:14.2811624Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T05:02:14.3062302Z    Compiling num-conv v0.2.2
2026-07-06T05:02:14.3245542Z    Compiling time-core v0.1.8
2026-07-06T05:02:14.3390848Z    Compiling tinyvec_macros v0.1.1
2026-07-06T05:02:14.3566867Z    Compiling vcpkg v0.2.15
2026-07-06T05:02:14.4035579Z    Compiling tower-service v0.3.3
2026-07-06T05:02:14.4120532Z    Compiling data-encoding v2.11.0
2026-07-06T05:02:14.4260292Z    Compiling base64 v0.22.1
2026-07-06T05:02:14.4860652Z    Compiling pkg-config v0.3.33
2026-07-06T05:02:14.4957044Z    Compiling mio v1.2.1
2026-07-06T05:02:14.5337366Z    Compiling socket2 v0.6.4
2026-07-06T05:02:14.5984476Z    Compiling getrandom v0.2.17
2026-07-06T05:02:14.8086997Z    Compiling rand_core v0.6.4
2026-07-06T05:02:14.8566789Z    Compiling zmij v1.0.21
2026-07-06T05:02:14.8629907Z    Compiling try-lock v0.2.5
2026-07-06T05:02:14.9840563Z    Compiling rand v0.10.1
2026-07-06T05:02:15.0000769Z    Compiling uuid v1.23.2
2026-07-06T05:02:15.0245743Z    Compiling want v0.3.1
2026-07-06T05:02:15.0400740Z    Compiling tinyvec v1.11.0
2026-07-06T05:02:15.1800674Z    Compiling parking_lot v0.12.5
2026-07-06T05:02:15.2260843Z    Compiling crypto-common v0.2.2
2026-07-06T05:02:15.2361205Z    Compiling block-buffer v0.12.0
2026-07-06T05:02:15.2565383Z    Compiling sha2 v0.10.9
2026-07-06T05:02:15.3780573Z    Compiling inout v0.1.4
2026-07-06T05:02:15.3881431Z    Compiling cmake v0.1.58
2026-07-06T05:02:15.3950258Z    Compiling vergen-lib v9.1.0
2026-07-06T05:02:15.4240807Z    Compiling n0-future v0.3.2
2026-07-06T05:02:15.5131105Z    Compiling cordyceps v0.3.4
2026-07-06T05:02:15.6100897Z    Compiling signature v2.2.0
2026-07-06T05:02:15.6623774Z    Compiling crossbeam-utils v0.8.21
2026-07-06T05:02:15.6720858Z    Compiling winnow v1.0.3
2026-07-06T05:02:15.7600479Z    Compiling diatomic-waker v0.2.3
2026-07-06T05:02:15.7790525Z    Compiling httpdate v1.0.3
2026-07-06T05:02:15.7980929Z    Compiling parking v2.2.1
2026-07-06T05:02:15.8250266Z    Compiling serde_json v1.0.150
2026-07-06T05:02:15.8370395Z    Compiling spin v0.10.0
2026-07-06T05:02:15.9094652Z    Compiling futures-lite v2.6.1
2026-07-06T05:02:15.9331007Z    Compiling futures-buffered v0.2.13
2026-07-06T05:02:15.9401151Z    Compiling ed25519 v2.2.3
2026-07-06T05:02:15.9610790Z    Compiling cipher v0.4.4
2026-07-06T05:02:15.9831163Z    Compiling netlink-packet-core v0.8.1
2026-07-06T05:02:16.0144326Z    Compiling universal-hash v0.5.1
2026-07-06T05:02:16.0580898Z    Compiling vergen-lib v0.1.6
2026-07-06T05:02:16.1104173Z    Compiling vergen v9.1.0
2026-07-06T05:02:16.1580293Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T05:02:16.1730474Z    Compiling heapless v0.7.17
2026-07-06T05:02:16.1800456Z    Compiling noq-udp v0.10.0
2026-07-06T05:02:16.2407680Z    Compiling sync_wrapper v1.0.2
2026-07-06T05:02:16.2541207Z    Compiling allocator-api2 v0.2.21
2026-07-06T05:02:16.3150621Z    Compiling digest v0.11.3
2026-07-06T05:02:16.3412632Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T05:02:16.3937119Z    Compiling opaque-debug v0.3.1
2026-07-06T05:02:16.4042158Z    Compiling byteorder v1.5.0
2026-07-06T05:02:16.4682427Z    Compiling aws-lc-sys v0.41.0
2026-07-06T05:02:16.4711123Z    Compiling ring v0.17.14
2026-07-06T05:02:16.4828186Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T05:02:16.5033591Z    Compiling polyval v0.6.2
2026-07-06T05:02:16.5680746Z    Compiling spin v0.9.8
2026-07-06T05:02:16.6168765Z    Compiling hash32 v0.2.1
2026-07-06T05:02:16.6292374Z    Compiling vergen-gitcl v1.0.8
2026-07-06T05:02:16.6918291Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T05:02:16.7841380Z    Compiling num_threads v0.1.7
2026-07-06T05:02:16.7990531Z    Compiling fallible-iterator v0.3.0
2026-07-06T05:02:16.8316075Z    Compiling signature v3.0.0
2026-07-06T05:02:16.8792628Z    Compiling ryu v1.0.23
2026-07-06T05:02:16.8871066Z    Compiling tower-layer v0.3.3
2026-07-06T05:02:16.9240545Z    Compiling time v0.3.47
2026-07-06T05:02:16.9832856Z    Compiling ghash v0.5.1
2026-07-06T05:02:16.9955883Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T05:02:17.0770545Z    Compiling aes v0.8.4
2026-07-06T05:02:17.1217823Z    Compiling ctr v0.9.2
2026-07-06T05:02:17.1380868Z    Compiling fs2 v0.4.3
2026-07-06T05:02:17.1400857Z    Compiling http-body-util v0.1.3
2026-07-06T05:02:17.2800815Z    Compiling aead v0.5.2
2026-07-06T05:02:17.3159210Z    Compiling openssl-probe v0.2.1
2026-07-06T05:02:17.3310149Z    Compiling utf8parse v0.2.2
2026-07-06T05:02:17.3470786Z    Compiling arrayvec v0.7.6
2026-07-06T05:02:17.3920591Z    Compiling crossbeam-channel v0.5.15
2026-07-06T05:02:17.4343944Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T05:02:17.4420800Z    Compiling blake3 v1.8.5
2026-07-06T05:02:17.5919481Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T05:02:17.6111038Z    Compiling netlink-packet-route v0.29.0
2026-07-06T05:02:17.6881155Z    Compiling aes-gcm v0.10.3
2026-07-06T05:02:17.7661208Z    Compiling memoffset v0.6.5
2026-07-06T05:02:17.7911275Z    Compiling acto v0.8.2
2026-07-06T05:02:17.8893012Z    Compiling noq v0.18.0
2026-07-06T05:02:17.9219391Z    Compiling netwatch v0.16.0
2026-07-06T05:02:17.9330789Z    Compiling rustix v1.1.4
2026-07-06T05:02:18.0273472Z    Compiling mac-addr v0.3.0
2026-07-06T05:02:18.0356021Z    Compiling thiserror v1.0.69
2026-07-06T05:02:18.1541169Z    Compiling xml-rs v0.8.28
2026-07-06T05:02:18.2120950Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T05:02:18.2441471Z    Compiling foldhash v0.2.0
2026-07-06T05:02:18.2539517Z    Compiling lru-slab v0.1.2
2026-07-06T05:02:18.2660761Z    Compiling ref-cast v1.0.25
2026-07-06T05:02:18.3521112Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T05:02:18.4113607Z    Compiling synstructure v0.13.2
2026-07-06T05:02:18.4427156Z    Compiling darling_core v0.20.11
2026-07-06T05:02:18.5356288Z    Compiling rustc-hash v2.1.2
2026-07-06T05:02:18.5492708Z    Compiling tagptr v0.2.0
2026-07-06T05:02:18.6309961Z    Compiling identity-hash v0.1.0
2026-07-06T05:02:18.6784954Z    Compiling serde_derive_internals v0.29.1
2026-07-06T05:02:18.6851088Z    Compiling hashbrown v0.16.1
2026-07-06T05:02:18.9230667Z    Compiling netlink-packet-route v0.30.0
2026-07-06T05:02:19.1672775Z    Compiling proc-macro-crate v3.5.0
2026-07-06T05:02:19.4853555Z    Compiling xmltree v0.10.3
2026-07-06T05:02:19.5760697Z    Compiling termios v0.2.2
2026-07-06T05:02:19.6720997Z    Compiling serial-core v0.4.0
2026-07-06T05:02:19.6734496Z    Compiling errno v0.3.14
2026-07-06T05:02:19.7090781Z    Compiling ioctl-rs v0.1.6
2026-07-06T05:02:19.7194507Z    Compiling simple-dns v0.9.3
2026-07-06T05:02:19.7385560Z    Compiling aho-corasick v1.1.4
2026-07-06T05:02:19.7758307Z    Compiling arrayref v0.3.9
2026-07-06T05:02:19.7890666Z    Compiling smol_str v0.1.24
2026-07-06T05:02:19.8246676Z    Compiling simdutf8 v0.1.5
2026-07-06T05:02:19.8320831Z    Compiling constant_time_eq v0.4.2
2026-07-06T05:02:19.8416292Z    Compiling toml_write v0.1.2
2026-07-06T05:02:19.8730570Z    Compiling signal-hook v0.3.18
2026-07-06T05:02:19.8735822Z    Compiling resolv-conf v0.7.6
2026-07-06T05:02:19.9593945Z    Compiling sha1_smol v1.0.1
2026-07-06T05:02:20.0350541Z    Compiling regex-syntax v0.8.10
2026-07-06T05:02:20.0448015Z    Compiling linux-raw-sys v0.12.1
2026-07-06T05:02:20.0665775Z    Compiling winnow v0.7.15
2026-07-06T05:02:20.1673929Z    Compiling serial-unix v0.4.0
2026-07-06T05:02:20.2006010Z    Compiling signal-hook-registry v1.4.8
2026-07-06T05:02:20.3590827Z    Compiling lru v0.16.4
2026-07-06T05:02:20.5140773Z    Compiling darling_core v0.23.0
2026-07-06T05:02:20.5179678Z    Compiling serde_bytes v0.11.19
2026-07-06T05:02:20.6031545Z    Compiling seize v0.5.1
2026-07-06T05:02:20.6170817Z    Compiling serde_derive v1.0.228
2026-07-06T05:02:20.8005423Z    Compiling zeroize_derive v1.4.3
2026-07-06T05:02:20.9660627Z    Compiling tokio-macros v2.7.0
2026-07-06T05:02:21.1291481Z    Compiling zerofrom-derive v0.1.7
2026-07-06T05:02:21.4483627Z    Compiling zeroize v1.8.2
2026-07-06T05:02:21.6313749Z    Compiling futures-macro v0.3.32
2026-07-06T05:02:21.6442306Z    Compiling yoke-derive v0.8.2
2026-07-06T05:02:21.7653017Z    Compiling tokio v1.52.3
2026-07-06T05:02:22.6941202Z    Compiling zerovec-derive v0.11.3
2026-07-06T05:02:22.6990820Z    Compiling zerofrom v0.1.8
2026-07-06T05:02:22.7326654Z    Compiling futures-util v0.3.32
2026-07-06T05:02:22.7400938Z    Compiling displaydoc v0.2.6
2026-07-06T05:02:22.7518914Z    Compiling tracing-attributes v0.1.31
2026-07-06T05:02:22.8096653Z    Compiling rustls-pki-types v1.14.1
2026-07-06T05:02:23.0640875Z    Compiling yoke v0.8.3
2026-07-06T05:02:23.2620009Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T05:02:23.6513882Z    Compiling zerotrie v0.2.4
2026-07-06T05:02:23.6611365Z    Compiling thiserror-impl v2.0.18
2026-07-06T05:02:24.0429828Z    Compiling darling_macro v0.20.11
2026-07-06T05:02:24.0473930Z    Compiling derive_more-impl v2.1.1
2026-07-06T05:02:24.2308515Z    Compiling spez v0.1.2
2026-07-06T05:02:24.3673155Z    Compiling n0-error-macros v0.1.3
2026-07-06T05:02:24.4740949Z    Compiling darling v0.20.11
2026-07-06T05:02:24.4921202Z    Compiling zerovec v0.11.6
2026-07-06T05:02:24.5515947Z    Compiling derive_builder_core v0.20.2
2026-07-06T05:02:24.7090545Z    Compiling der v0.8.0-rc.10
2026-07-06T05:02:24.8180972Z    Compiling pin-project-internal v1.1.13
2026-07-06T05:02:25.3595429Z    Compiling tinystr v0.8.3
2026-07-06T05:02:25.6111018Z    Compiling potential_utf v0.1.5
2026-07-06T05:02:25.6241375Z    Compiling icu_locale_core v2.2.0
2026-07-06T05:02:25.7336022Z    Compiling icu_collections v2.2.0
2026-07-06T05:02:25.7720424Z    Compiling n0-error v0.1.3
2026-07-06T05:02:26.0500531Z    Compiling ipnet v2.12.0
2026-07-06T05:02:26.2370678Z    Compiling derive_builder_macro v0.20.2
2026-07-06T05:02:26.4530685Z    Compiling pin-project v1.1.13
2026-07-06T05:02:26.5684580Z    Compiling spki v0.8.0-rc.4
2026-07-06T05:02:26.5768298Z    Compiling prefix-trie v0.8.4
2026-07-06T05:02:26.6081292Z    Compiling derive_builder v0.20.2
2026-07-06T05:02:26.7710759Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T05:02:26.8150792Z    Compiling once_cell v1.21.4
2026-07-06T05:02:26.8990496Z    Compiling futures-executor v0.3.32
2026-07-06T05:02:26.9190688Z    Compiling ed25519-dalek v2.2.0
2026-07-06T05:02:26.9267145Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T05:02:26.9770517Z    Compiling icu_provider v2.2.0
2026-07-06T05:02:27.0394180Z    Compiling tracing-core v0.1.36
2026-07-06T05:02:27.1513337Z    Compiling spt-proto v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-06T05:02:27.2701182Z    Compiling icu_normalizer v2.2.0
2026-07-06T05:02:27.2771583Z    Compiling icu_properties v2.2.0
2026-07-06T05:02:27.2910402Z    Compiling hashbrown v0.14.5
2026-07-06T05:02:27.3643754Z    Compiling futures v0.3.32
2026-07-06T05:02:27.4621349Z    Compiling cobs v0.3.0
2026-07-06T05:02:27.5365722Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T05:02:27.7140848Z    Compiling tracing v0.1.44
2026-07-06T05:02:27.7991392Z    Compiling postcard-derive v0.2.2
2026-07-06T05:02:28.0186951Z    Compiling tokio-util v0.7.18
2026-07-06T05:02:28.1143577Z    Compiling netlink-sys v0.8.8
2026-07-06T05:02:28.2969757Z    Compiling hashlink v0.9.1
2026-07-06T05:02:28.3010971Z    Compiling data-encoding-macro v0.1.20
2026-07-06T05:02:28.3620830Z    Compiling postcard v1.1.3
2026-07-06T05:02:28.3810679Z    Compiling tower v0.5.3
2026-07-06T05:02:28.4990841Z    Compiling rustls-native-certs v0.8.4
2026-07-06T05:02:28.6808779Z    Compiling num_enum_derive v0.7.6
2026-07-06T05:02:28.7006502Z    Compiling async-trait v0.1.89
2026-07-06T05:02:28.7050735Z    Compiling derive_more v2.1.1
2026-07-06T05:02:28.7645413Z    Compiling idna_adapter v1.2.2
2026-07-06T05:02:28.7898529Z    Compiling rusqlite v0.32.1
2026-07-06T05:02:28.8830551Z    Compiling idna v1.1.0
2026-07-06T05:02:28.8990496Z    Compiling enum-assoc v1.3.0
2026-07-06T05:02:28.9203648Z    Compiling strum_macros v0.28.0
2026-07-06T05:02:28.9204640Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T05:02:29.0481182Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T05:02:29.1662466Z    Compiling h2 v0.4.14
2026-07-06T05:02:29.2921299Z    Compiling iroh-relay v0.98.0
2026-07-06T05:02:29.3593328Z    Compiling url v2.5.8
2026-07-06T05:02:29.4682240Z    Compiling iroh-metrics v0.38.3
2026-07-06T05:02:29.4910671Z    Compiling n0-watcher v0.6.1
2026-07-06T05:02:29.6410973Z    Compiling tokio-stream v0.1.18
2026-07-06T05:02:29.7358462Z    Compiling netlink-proto v0.12.0
2026-07-06T05:02:29.7611284Z    Compiling netdev v0.42.0
2026-07-06T05:02:29.8471016Z    Compiling moka v0.12.15
2026-07-06T05:02:29.8596637Z    Compiling num_enum v0.7.6
2026-07-06T05:02:29.9667449Z    Compiling serde_spanned v0.6.9
2026-07-06T05:02:29.9951060Z    Compiling toml_datetime v0.6.11
2026-07-06T05:02:30.0310730Z    Compiling ref-cast-impl v1.0.25
2026-07-06T05:02:30.1150842Z    Compiling thiserror-impl v1.0.69
2026-07-06T05:02:30.2621115Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-06T05:02:30.3310839Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T05:02:30.4300474Z    Compiling attohttpc v0.30.1
2026-07-06T05:02:30.4400484Z    Compiling tower-http v0.6.11
2026-07-06T05:02:30.6760716Z    Compiling iroh-base v0.98.0
2026-07-06T05:02:30.9630878Z    Compiling toml_edit v0.22.27
2026-07-06T05:02:31.0180432Z    Compiling webpki-roots v1.0.7
2026-07-06T05:02:31.0319247Z    Compiling regex-automata v0.4.14
2026-07-06T05:02:31.0608208Z    Compiling schemars_derive v1.2.1
2026-07-06T05:02:31.1939361Z    Compiling hmac v0.12.1
2026-07-06T05:02:31.3393878Z    Compiling iroh v0.98.2
2026-07-06T05:02:31.4130535Z    Compiling bitflags v1.3.2
2026-07-06T05:02:31.5051597Z    Compiling cmov v0.5.4
2026-07-06T05:02:31.5161515Z    Compiling pin-utils v0.1.0
2026-07-06T05:02:31.5577230Z    Compiling rustix v0.38.44
2026-07-06T05:02:31.5916609Z    Compiling dyn-clone v1.0.20
2026-07-06T05:02:31.6211069Z    Compiling nix v0.25.1
2026-07-06T05:02:31.7420511Z    Compiling hkdf v0.12.4
2026-07-06T05:02:31.7931776Z    Compiling ctutils v0.4.2
2026-07-06T05:02:31.9320701Z    Compiling backon v1.6.0
2026-07-06T05:02:31.9880726Z    Compiling filedescriptor v0.8.3
2026-07-06T05:02:32.0140515Z    Compiling darling_macro v0.23.0
2026-07-06T05:02:32.0660378Z    Compiling strum v0.28.0
2026-07-06T05:02:32.1030373Z    Compiling papaya v0.2.4
2026-07-06T05:02:32.1861321Z    Compiling iroh-dns v0.98.0
2026-07-06T05:02:32.2610832Z    Compiling serial v0.4.0
2026-07-06T05:02:32.3260963Z    Compiling anstyle-parse v1.0.0
2026-07-06T05:02:32.4010952Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T05:02:32.4561669Z    Compiling linux-raw-sys v0.4.15
2026-07-06T05:02:32.4890855Z    Compiling downcast-rs v1.2.1
2026-07-06T05:02:32.5200772Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T05:02:32.5825558Z    Compiling anstyle v1.0.14
2026-07-06T05:02:32.6070702Z    Compiling colorchoice v1.0.5
2026-07-06T05:02:32.7076871Z    Compiling instability v0.3.12
2026-07-06T05:02:32.7160413Z    Compiling shell-words v1.1.1
2026-07-06T05:02:32.7620650Z    Compiling anstyle-query v1.1.5
2026-07-06T05:02:32.8171054Z    Compiling foldhash v0.1.5
2026-07-06T05:02:32.8284637Z    Compiling vte v0.13.1
2026-07-06T05:02:32.8647145Z    Compiling anstream v1.0.0
2026-07-06T05:02:32.8921681Z    Compiling signal-hook-mio v0.2.5
2026-07-06T05:02:32.9086917Z    Compiling darling v0.23.0
2026-07-06T05:02:32.9181060Z    Compiling spake2 v0.4.0
2026-07-06T05:02:32.9819589Z    Compiling hashbrown v0.15.5
2026-07-06T05:02:33.0401211Z    Compiling terminal_size v0.4.4
2026-07-06T05:02:33.0520580Z    Compiling strum_macros v0.26.4
2026-07-06T05:02:33.1701005Z    Compiling sha1 v0.10.6
2026-07-06T05:02:33.2860428Z    Compiling itertools v0.13.0
2026-07-06T05:02:33.3380965Z    Compiling castaway v0.2.4
2026-07-06T05:02:33.4127051Z    Compiling schemars v1.2.1
2026-07-06T05:02:33.4478391Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T05:02:33.4760889Z    Compiling doctest-file v1.1.1
2026-07-06T05:02:33.8943626Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-06T05:02:34.0000569Z    Compiling toml v0.8.23
2026-07-06T05:02:34.0110820Z    Compiling clap_lex v1.1.0
2026-07-06T05:02:34.2910439Z    Compiling unicode-width v0.1.14
2026-07-06T05:02:34.3070392Z    Compiling indoc v2.0.7
2026-07-06T05:02:34.6176803Z    Compiling regex v1.12.3
2026-07-06T05:02:34.8123095Z    Compiling static_assertions v1.1.0
2026-07-06T05:02:34.8920765Z    Compiling compact_str v0.8.2
2026-07-06T05:02:35.1382187Z    Compiling hyper v1.10.1
2026-07-06T05:02:35.3219658Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-06T05:02:35.5250704Z    Compiling unicode-truncate v1.1.0
2026-07-06T05:02:35.5423121Z    Compiling clap_builder v4.6.0
2026-07-06T05:02:35.7000989Z    Compiling interprocess v2.4.2
2026-07-06T05:02:35.7597717Z    Compiling strum v0.26.3
2026-07-06T05:02:35.9049601Z    Compiling crossterm v0.28.1
2026-07-06T05:02:36.0214483Z    Compiling lru v0.12.5
2026-07-06T05:02:36.2222140Z    Compiling portable-pty v0.8.1
2026-07-06T05:02:36.3089314Z    Compiling clap_derive v4.6.1
2026-07-06T05:02:36.3210485Z    Compiling cassowary v0.3.0
2026-07-06T05:02:36.3522249Z    Compiling iana-time-zone v0.1.65
2026-07-06T05:02:36.6740694Z    Compiling unicode-width v0.2.0
2026-07-06T05:02:36.7123656Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-06T05:02:37.0171357Z    Compiling hyper-util v0.1.20
2026-07-06T05:02:37.0400325Z    Compiling ratatui v0.29.0
2026-07-06T05:02:37.1800931Z    Compiling chrono v0.4.45
2026-07-06T05:02:37.3631156Z    Compiling nucleo-matcher v0.3.1
2026-07-06T05:02:37.4511284Z    Compiling qrcode v0.14.1
2026-07-06T05:02:37.5040427Z    Compiling tempfile v3.27.0
2026-07-06T05:02:38.7129513Z    Compiling clap v4.6.1
2026-07-06T05:02:38.8961209Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-06T05:02:39.1960612Z    Compiling igd-next v0.17.1
2026-07-06T05:02:40.5611975Z    Compiling portmapper v0.16.0
2026-07-06T05:02:45.7864482Z    Compiling rustls-webpki v0.103.13
2026-07-06T05:02:48.2999276Z    Compiling tokio-rustls v0.26.4
2026-07-06T05:02:48.2999841Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T05:02:48.3000618Z    Compiling noq-proto v0.17.0
2026-07-06T05:02:48.4707264Z    Compiling hyper-rustls v0.27.9
2026-07-06T05:02:48.4707974Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T05:02:48.4708528Z    Compiling tokio-websockets v0.13.2
2026-07-06T05:02:48.6080529Z    Compiling reqwest v0.13.4
2026-07-06T05:02:49.6069116Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T05:03:04.4274781Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T05:03:05.9762574Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T05:03:14.1868301Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-06T05:03:18.9306953Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-06T05:03:18.9541845Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-b275a0970b188bf2)
2026-07-06T05:03:18.9556653Z 
2026-07-06T05:03:18.9557001Z running 1 test
2026-07-06T05:03:25.1416858Z test new_brain_serves_against_old_broker ... ok
2026-07-06T05:03:25.1417196Z 
2026-07-06T05:03:25.1417563Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-06T05:03:25.1417863Z 
2026-07-06T05:03:25.1657500Z Post job cleanup.
2026-07-06T05:03:25.2341981Z [command]/usr/bin/git version
2026-07-06T05:03:25.2372731Z git version 2.43.0
2026-07-06T05:03:25.2401769Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/57ca22d8-6286-4997-b7e7-7dcabfec80cb' before making global git config changes
2026-07-06T05:03:25.2402452Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:03:25.2404850Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T05:03:25.2433277Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:03:25.2457079Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-06T05:03:25.2647196Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:03:25.2668264Z http.https://github.com/.extraheader
2026-07-06T05:03:25.2675313Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-06T05:03:25.2701944Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-06T05:03:25.2897711Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:03:25.2921571Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T05:03:25.3236035Z Cleaning up orphan processes
2026-07-06T05:03:25.3785922Z Terminate orphan process: pid (2327965) (spt)
